@charset "utf-8";

/* CSS Document */
/*CSS 解决页面切换时滚动条出现时跳动问题 start*/
html {
    overflow-y: scroll;
}

:root {
    overflow-y: auto;
    overflow-x: hidden;
}



body {
    width: 100vw;
    overflow: hidden;
}

/*CSS 解决页面切换时滚动条出现时跳动问题 end*/
html,
body,
div,
ul,
li,
dl,
dd,
dt,
a,
ol,
u,
i,
b,
br,
p,
span,
hr,
label,
input,
select,
textarea,
button,
form,
h1,
h2,
h3,
h4,
h5,
h6,
font,
strong,
em,
iframe,
img,
tr,
th,
td,
q,
abbr,
acronym {
    margin: 0;
    padding: 0;
    list-style: none;
}

q:before,
q:after {
    content: '';
}

abbr,
acronym {
    border: 0;
}

body {
    padding: 0;
    margin: 0;
    font: 12px/1.5 "Microsoft YaHei", 微软雅黑, '宋体', tahoma, Verdana, arial, sans-serif;
    color: #333;
    background: #f9f5eb;
}

input,
textarea,
select,
button {
    vertical-align: middle;
    outline: none;
    font-family: "Microsoft YaHei", 微软雅黑;
    color: #333;
}

input.active,
textarea.active,
select.active,
button.active,
input.on,
textarea.on,
select.on,
button.on {
    color: #333;
}

textarea {
    resize: none;
}

a {
    color: #333;
    text-decoration: none;
    outline: none;
    blr: expression(this.onFocus=this.blur());
}

a:hover {
    color: #de0000;
    text-decoration: none;
}

a:focus {
    outline: none;
}

a img {
    border: none;
}

.left,
.fl {
    float: left;
}

.right,
.fr {
    float: right;
}

/* clear */
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

* html .clearfix {
    zoom: 1;
}

/* IE6 */
*:first-child+html .clearfix {
    zoom: 1;
}

/* IE7 */
.clear,
.cc {
    clear: both;
    font-size: 0px;
    line-height: 0px;
    height: 0px;
    margin-top: 0px;
    overflow: hidden;
}

.clear15 {
    clear: both;
    font-size: 0px;
    line-height: 0px;
    height: 0px;
    padding: 7px 0;
    overflow: hidden;
}

h1,
h2,
h3 {
    font-weight: normal;
}

h1 {
    font-size: 20px;
}

h2 {
    font-size: 18px;
}

h3 {
    font-size: 16px;
}

.pos-rel {
    position: relative;
}

.pos-abs {
    position: absolute;
}

ul,
li {
    vertical-align: middle;
}

.bot15 {
    margin-bottom: 15px;
}

.jump-info .btn-group .btn {
    background: #d1292c !important;
}

.ui-dialog-title {
    color: #d1292c !important;
}

/***漂浮***/
.j-float {
    position: relative;
    z-index: 99999;
    display: none;
}

.j-float .img_title {
    display: none;
}

.j-float .float-close {
    position: absolute;
    width: 38px;
    height: 16px;
    right: 0px;
    top: -20px;
}

.j-float .float-close img {
    cursor: pointer;
}

/*****头部****/
.headerbg {
    position: relative;
    background: url(/gfx/xhtml/images/bodybg.jpg) top center no-repeat;
    padding-bottom: 15px;
}

.header {
    background: url(/gfx/xhtml/images/txtbg.png) left top repeat-x;
}

.topbox {
    height: 34px;
    line-height: 34px;
    position: relative;
}

.topbox .topl {
    font-size: 14px;
}

.topbox .topl ul li {
    float: left;
    display: inline;
    background: url(/gfx/xhtml/images/topline.png) right center no-repeat;
    padding: 0 12px;
}

.topbox .topl ul li a {
    color: #fff;
}

.topbox .topl ul li.num2 {
    background: none;
}

.logo {
    padding: 48px 0 0 0;
    height: 142px;
}

.logo ul li .img_title {
    display: none;
}

.topsearchbox {
    height: 29px;
    width: 258px;
    clear: both;
    position: absolute;
    right: 217px;
    top: 2px;
    line-height: 35px;
    background: url(/gfx/xhtml/images/searchbg.png) 0 0 no-repeat;
}

.topsearchbox ul li {
    float: left;
}

.topsearchbox ul li.se_box {
    width: 224px;
    height: 29px;
    position: relative;
}

.topsearchbox ul li.se_box .msg-box {
    left: 0;
    top: 30px;
    position: absolute;
    z-index: 99999;
}

.topsearchbox ul li.se_box input {
    float: left;
    width: 200px;
    height: 25px;
    background: none;
    line-height: 25px;
    padding: 2px 9px 2px 15px;
    font-size: 14px;
    color: #999;
    border: none;
}

.topsearchbox li.sea_an {
    width: 34px;
    height: 29px;
}

.topsearchbox li.sea_an input {
    float: left;
    width: 34px;
    height: 29px;
    background: none;
    border: none;
    overflow: hidden;
    cursor: pointer;
    outline: none;
    text-indent: -99999em;
    font-size: 0;
}

input.srkcss:focus {
    outline: none;
    border-color: #9ecaed !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(82, 168, 236, .6);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(82, 168, 236, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(82, 168, 236, .6);
    -webkit-transition: border linear .2s, box-shadow linear .2s;
    -moz-transition: border linear .2s, box-shadow linear .2s;
    -o-transition: border linear .2s, box-shadow linear .2s;
    transition: border linear .2s, box-shadow linear .2s;
}

/*****导航****/
.navbar {
    width: 100%;
    background: #d1292c;
    border-radius: 0;
    border: 0;
    margin: 0 auto;
    position: relative;
    z-index: 999;
    height: 56px;
}

.navbar-nav {
    height: 56px;
}

.navbar-nav li {
    float: left;
    width: 199px;
    height: 56px;
    font-size: 20px;
}

.navbar-nav li a {
    display: block;
    height: 56px;
    line-height: 56px;
    color: #fff;
    cursor: pointer;
    position: relative;
}

.navbar-nav li a:hover,
.navbar-nav li.on a {
    color: #fff !important;
    background: #ffae00;
}

.navbar-nav li .ico {
    width: 32px;
    height: 32px;
    display: inline-block;
    float: left;
    margin: 14px 15px 0 20px;
    background: url(/gfx/xhtml/images/m_ico.png) -192px 0 no-repeat;
}

.navbar-nav li.num2 .ico {
    background-position: 0 0;
}

.navbar-nav li.num3 .ico {
    background-position: -32px 0;
}

.navbar-nav li.num4 .ico {
    background-position: -64px 0;
}

.navbar-nav li.num5 .ico {
    background-position: -96px 0;
}

.navbar-nav li.num6 .ico {
    background-position: -128px 0;
}

.navbar-nav li.num7 .ico {
    background-position: -160px 0;
}

.navbar-default .navbar-toggle {
    background: #fff;
}

.navbar-nav li.num5 {
    display: none;
}

.navbar-nav li.num7 {
    width: 205px;
}

/*****标题****/
.news_tabs {
    height: 39px;
    font-size: 20px;
    line-height: 33px;
    overflow: hidden;
    background: url(/gfx/xhtml/images/tabs_bg.gif) left bottom repeat-x;
}

.news_tabs ul li {
    display: inline;
    height: 39px;
    float: left;
    padding: 0 5px;
    margin-right: 20px;
}

.news_tabs ul li a {
    color: #333;
}

.news_tabs ul li.active {
    color: #d70000;
    background: url(/gfx/xhtml/images/tabs_aon.gif) left bottom repeat-x;
}

.news_tabs ul li.active a {
    color: #d70000;
}

.zk_tabs {
    height: 34px;
    font-size: 18px;
    line-height: 34px;
    overflow: hidden;
}

.zk_tabs ul li {
    display: inline;
    height: 39px;
    float: left;
}

.zk_tabs ul li.line {
    background: url(/gfx/xhtml/images/tabline.gif) center center no-repeat;
    width: 21px;
}

.zk_tabs ul li a {
    color: #333;
}

.zk_tabs ul li.active {
    color: #cc0000;
}

.zk_tabs ul li.active a {
    color: #cc0000;
}

/*底部*/
.footer {
    background: url(/gfx/xhtml/images/footbg.gif) left top repeat-x #f4eddd;
    color: #666;
    line-height: 26px;
    text-align: center;
    font-size: 14px;
    padding: 3px 0 30px 0;
}

.footer a {
    color: #666;
}

.footlink {
    background: url(/gfx/xhtml/images/linkbg.gif) left bottom repeat-x;
    height: 45px;
    line-height: 45px;
}

.footlink .linktit {
    float: left;
    width: 100px;
    font-size: 18px;
}

.footer .select {
    position: relative;
    float: left;
    z-index: 11;
    width: 220px;
    height: 45px;
}

.footer .select.last {
    margin-right: 0 !important;
}

.footer .select dt {
    height: 45px;
    display: inline-block;
    color: #666;
    background: url(/gfx/xhtml/images/xlico_top.png) 160px center no-repeat;
    cursor: pointer;
    width: 220px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    position: relative;
    z-index: 99;
    font-size: 14px;
    line-height: 45px;
}

.footer .select dt.active {
    background: url(/gfx/xhtml/images/xlico_top.png) no-repeat 160px center #f4eddd;
    z-index: 888;
    color: #333;
}

.footer .select dd {
    position: absolute;
    left: -100px;
    bottom: 45px;
    background: #f4eddd;
    display: none;
    z-index: 999;
    width: 1197px;
    padding: 10px 0;
}

.footer .select6 {
    margin: 0;
    width: 195px;
    float: right !important;
}

.footer .select dd ul {
    padding: 5px 0;
    width: 100%;
    min-height: 120px;
    overflow: auto
}

.footer .select dd ul li {
    float: left;
    width: 14.2%;
}

.footer .select dd ul li a {
    display: block;
    padding: 0 5px;
    font: normal 14px/30px "Microsoft Yahei";
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #333;
}

.footer .select dd ul li a:hover {
    color: #333;
}

.footer .select2 dd {
    left: -320px;
}

.footer .select3 dd {
    left: -540px;
}

.footer .select4 dd {
    left: -760px;
}

.footer .select5 dd {
    left: -980px;
}

.footer .select6 dd {
    left: -1200px;
}

.botlink .hd {
    height: 45px;
    line-height: 45px;
}

.botlink .linktit {
    float: left;
    width: 100px;
    font-size: 18px;
}

.botlink .hd ul li {
    float: left;
    width: 275px;
    height: 45px;
    color: #000;
    background: url(/gfx/xhtml/images/xlico_top.png) 240px center no-repeat;
    line-height: 45px;
    cursor: pointer;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 14px;
    -webkit-transform: translateZ(0);
}

.botlink .hd ul li span {
    display: block;
}

.botlink .hd ul li.last span {
    margin-right: 0 !important;
    border-right: 0;
}

.botlink .hd ul li#link_title {
    display: none !important;
}

.botlink .hd ul li.on {
    background: url(/gfx/xhtml/images/xlico_top.png) no-repeat 240px center #f4eddd;
}

.botlink .bd {
    zoom: 1;
}

.botlink .bd div {
    display: none;
    zoom: 1;
    line-height: 30px;
    font-size: 14px;
    padding: 15px 0;
    border-bottom: 1px solid #f9f5eb;
}

.botlink .bd div.active {
    display: block;
}

.botlink .bd div ul li {
    float: left;
    width: 14.2%;
    height: 30px;
}

.botlink .bd div ul li a {
    display: block;
    padding-left: 5px;
    width: 150px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.botlink .bd .dpn {
    display: none !important;
}


.footbootm {
    height: 44px;
    line-height: 44px;
    color: #333;
    padding-top: 15px;
}

.footbootm a {
    color: #333;
    margin: 0 8px;
}

.footbox {
    position: relative;
}

.footbox .sp {
    padding: 0 8px;
}

.dzico {
    position: absolute;
    left: 100px;
    top: 40px;
}

.jcico {
    position: absolute;
    right: 130px;
    top: 40px;
}

.image-wza{
    position: absolute;
    right: 0px;
    top: 40px;
    background-color:#fff;
}
.image-wza img{
   width:110px
}
/*右悬浮窗口*/
.slide {
    width: 48px;
    height: 240px;
    position: fixed;
    _position: absolute;
    right: 10px;
    top: 225px;
    _top: auto;
    _top: expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop, 100)||0)-(parseInt(this.currentStyle.marginBottom, 100)||0)));
    margin-top: -2px;
    _margin-top: -2px;
    z-index: 1000;
    background: url(/gfx/xhtml/images/share_bg.png) -48px 0 no-repeat;
}

.slide .icon {
    margin: 16px 0 0 0;
}

.slide .icon li {
    float: left;
    width: 48px;
    height: 38px;
    margin-bottom: 19px;
    overflow: hidden;
    cursor: pointer;
    position: relative;
    z-index: 2;
}

.slide .icon li .ico {
    display: block;
    margin: 0 0 0 7px;
    width: 40px;
    height: 38px;
    background: url(/gfx/xhtml/images/slide_ico.png) 0 0 no-repeat;
    overflow: hidden;
    line-height: 20px;
    font-size: 14px;
    cursor: pointer;
}

.slide .icon li.wb .ico {
    background-position: -40px -0;
}

.slide .icon li.wx .ico {
    background-position: -80px 0;
}

.slide .icon li.app .ico {
    background-position: -120px 0;
}

.slide .icon li:hover,
.slide .icon li.active {
    background: url(/gfx/xhtml/images/share_bg.png) 0 0 no-repeat;
}

.slide .info {
    width: 0;
    height: 240px;
    position: absolute;
    right: 40px;
    top: 0;
    overflow: hidden;
    transition: 0.5s;
}

.slide .info.hover {
    width: 95px;
}

.slide .info .wx,
.slide .info .wb,
.slide .info .app {
    width: 95px;
    height: 107px;
}

.slide .info .slide_ewm {
    position: absolute;
    left: 0;
    top: 0;
    width: 95px;
    height: 107px;
    background: #ffae00;
    z-index: 1;
}

.slide .info .slide_ewm a {
    display: block;
    width: 72px;
    height: 97px;
    padding: 8px 0 0 0;
    overflow: hidden;
    margin: 0 auto;
}

.slide .info .slide_ewm a img {
    float: left;
    width: 72px;
    height: 72px;
}

.slide .info .slide_ewm a .img_title {
    float: left;
    width: 100%;
    height: 24px;
    line-height: 24px;
    text-align: center;
    font-size: 14px;
    color: #fff;
}

.slide .info .fx {
    position: absolute;
    left: 0;
    top: auto;
    bottom: 0;
    width: 95px;
    height: 70px;
    background: url(/gfx/xhtml/images/slide_fxbg.png) no-repeat;
    padding: 10px 0 0 5px;
}

.slide .info .fx .bshare-custom {
    width: 81px;
    height: 55px;
    background: #fff;
    padding: 5px 0 0 3px;
}

.slide .info .fx .bshare-custom a {
    float: left;
    margin-bottom: 2px;
    margin-right: 0;
}

.slide .info .wb .slide_ewm {
    top: 40px;
}

.slide .info .wx .slide_ewm {
    top: 100px;
}

.slide .info .app .slide_ewm {
    top: 132px;
}

.slide .info .ss .slide_ewm {
    top: 16px;
    width: 95px;
    height: 37px;
    font-size: 15px;
    color: #fff;
    text-align: center;
    line-height: 37px;
}

.slide .info .ss .slide_ewm a {
    padding: 0;
    color: #fff;
    height: 37px;
    width: auto;
}

/*页面纠错*/
.ui-dialog-title {
    color: #164fa6;
}

.correction-table {
    clear: both;
    font-size: 14px;
    overflow: hidden;
}

.correction-table th {
    width: 80px;
    text-align: right;
    padding: 2px 10px 2px 0;
}

.correction-table th span {
    color: #164fa6;
}

.correction-table td {
    padding: 4px 0;
    position: relative;
}

.correction-table td .msg-box {
    top: 0;
}

.correction-table td select {
    padding: 3px 5px;
    border: #ddd 1px solid;
}

.correction-table td input {
    height: 24px;
    line-height: 24px;
    width: 220px;
    padding: 0 5px;
    border: #ddd 1px solid;
}

.correction-table td input#checkCode {
    width: 100px;
}

.correction-table td textarea {
    width: 380px;
    height: 120px;
    padding: 3px 5px;
    border: #ddd 1px solid;
}

.correction-table td.btn-group {
    padding-left: 92px !important;
}

.correction-table td.btn-group input {
    background: #164fa6;
    height: 36px;
    line-height: 36px;
    cursor: pointer;
    border: 0;
    outline: none;
    color: #fff;
    padding: 0 10px;
    margin-right: 10px;
    width: 100px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

/*页面纠错 end*/
/*当前位置*/
.position_list {
    font-size: 16px;
    line-height: 24px;
    background: #fff;
    padding: 0 15px;
}

.position_list>span {
    color: #666;
    border-bottom: 1px solid #d6d6d6;
    padding: 12px 0 12px 28px;
    background: url(/gfx/xhtml/images/icon_pos.png) 4px 15px no-repeat;
    display: block;
}

.position_list a {
    color: #666;
}

#pagination{
    font-size: 0;
    width: 100%;
    text-align: center;
}

#pagination li{
    display: inline-block;
    background: #fff;
    border: 1px solid #dfdfdf;
    padding-right: 0;
    padding-left: 0;
    margin-right: 2px;
    margin-left: 2px;
    text-align: center;
    margin-top: 10px;
    font-size: 14px;
    line-height: normal;
}

#pagination li a,
#pagination li span{
    float: none;
    display: block;
    margin-left: 0;
    border: none;
    padding: 0 10px;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    color: #666;
}

#pagination li a.current{
    background-color: #d1292c;
    color: #fff;
}

#pagination .page_jump{
    font-size: 0;
}

#pagination .page_jump a,
#pagination .page_jump span,
#pagination .page_jump input{
    display: inline-block;
}

#pagination .page_jump input{
    height: 30px;
    width: 40px;
    vertical-align: top;
    border: 1px solid #eee;
    border-top: none;
    border-bottom: none;
    font-size: 16px;
    padding: 0 5px;
}

/*.page_num{margin-bottom:20px;overflow:hidden;width:98%;margin:auto;font-size:13px}
#pagination{line-height:20px;color:#666;padding:5px 12px}
.page_jump{margin:0 8px;padding:0;overflow:hidden;border:1px solid #ccc}
#pagination li{background:#fff;border:1px solid #dfdfdf;padding-right:15px;padding-left:15px;margin-right:2px;margin-left:2px;line-height:35px;float:left;text-align:center; margin-top:10px;}
.pagination_index_num a{display:block;padding-right:15px;padding-left:15px}
#pagination .pagination_index a,#pagination .pagination_index_num a{padding:0px;margin:0px;text-align:center;color:#666666}
#pagination .pagination_index a:hover,#pagination .pagination_index_num a:hover{padding:0px;margin:0px;text-align:center;color:#666666}
#pagination .pagination_index_last{width:400px;float:right;text-align:right}
#pagination .pagination_index_num{padding-right:15px;padding-left:15px;margin-right:2px;margin-left:2px;line-height:35px}
#pagination{ width:30px;border:1px solid #dfdfdf;color:#000000;text-align:center;font-weight:bold}
#pagination li a.current{color: #d80000;font-weight: bold;}*/


@media (min-width: 992px) and (max-width:1199px) {

    /*栏目页导航*/
    .navbar-nav li {
        width: 141px;
    }

    .navbar-nav li.num7 {
        width: 146px;
    }

    .navbar-nav li .ico {
        margin: 14px 10px 0 10px;
    }

    /* 底部*/
    .botlink .hd ul li {
        width: 178px;
    }
}

@media (min-width: 768px) and (max-width:991px) {

    /*栏目页导航*/
    .navbar-nav li {
        width: 108px;
        text-align: center;
    }

    .navbar-nav li.num7 {
        width: 114px;
    }

    .navbar-nav li .ico {
        display: none;
    }

    /* 底部*/
    .footer {
        background: #f4eddd;
        border-top: 3px solid #d1292c;
    }

    .footer .footbootm {
        height: auto;
        line-height: 22px;
        padding: 15px 0;
    }

    .dzico {
        display: none;
    }

    .jcico {
        display: none;
    }


}

@media (max-width: 767px) {

    /* 栏目页导航*/
    .navbar_bg {
        height: auto;
    }

    .navbar {
        background: #d1292c;
        height: auto;
    }

    .navbar-nav {
        height: auto;
        background: #d1292c;
    }

    .navbar-nav li.num1 {
        display: none;
    }

    .navbar-nav li,
    .navbar-nav li a {
        width: 100%;
        background: none;
        height: 50px;
    }

    .navbar-nav li a {
        height: 50px;
        line-height: 50px;
        background: #d1292c;
        padding: 0;
        left: 0;
        width: 100%;
        text-align: center;
    }

    .navbar-nav li a .ico {
        display: none;
    }

    .navbar-nav li a:hover,
    .navbar-nav li.on a {
        background: #ffae00;
    }

    .navbar-nav li.num7 {
        width: 100%;
    }

    .topsearchbox {
        position: static;
        margin: 2px auto 0 auto;
    }

    .logo {
        padding: 2em 0;
        height: auto;
        text-align: center;
    }

    .logo img {
        width: auto;
        height: 5.375em;
    }

    .ui-dialog-content {
        width: 100% !important;
    }

    .jump-info .btn-group {
        padding: 0;
        margin: 20px auto 0 auto;
        width: 170px;
    }

    .jump-info .btn-group .btn {
        padding: 0px;
    }

    /* 底部*/
    .footer {
        background: #f4eddd;
        border-top: 3px solid #d1292c;
    }

    .footer .footbootm {
        height: auto;
        line-height: 22px;
        padding: 15px 0;
    }

    .dzico {
        display: none;
    }

    .jcico {
        display: none;

    }
}

@media (max-width: 480px) {}

@media print {

    a[href]:after {
        content: none !important;
    }

}